home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacHaskell 2.2 / README < prev   
Encoding:
Text File  |  1994-09-27  |  1.6 KB  |  40 lines  |  [TEXT/ttxt]

  1. This is the main directory for the 2.x release of Yale Haskell.
  2.  
  3. If you are using Yale Haskell on a Unix system, you should set the
  4. variable $HASKELL and source the haskell-setup script in this
  5. directory before attempting to use Yale Haskell.
  6.  
  7. If you are using Yale Haskell on a Macintosh, you can just double-click
  8. on the Haskell icon.
  9.  
  10. If you are rebuilding from the source release, see the scripts and
  11. README files in the $HASKELL/com area.
  12.  
  13. Please read the manual for more information about how to use and
  14. install Yale Haskell.
  15.  
  16.  
  17. Here are some notes about the organization of the files in this
  18. directory tree.
  19.  
  20. Each directory containing source files has separate subdirectories to
  21. contain binary files for each of the various Lisps we support.  Each
  22. directory containing source files should also have a file that defines
  23. a compilation unit for that directory.  (See "support/compile.scm" for
  24. information about the compilation unit utility.)  "support/system.scm"
  25. loads all the compilation unit definitions.
  26.  
  27. Loading "cl-support/cl-init.lisp" will load the entire Haskell system
  28. into a fresh Lisp.  The scripts in the $HASKELL/com area do this for
  29. you.
  30.  
  31. For information about the mumble compatibility package used as the
  32. implementation language for the rest of the system, see
  33. support/mumble.txt.  We've isolated all the system-specific parts of
  34. the mumble support code in the "cl-support" directory.  The "support"
  35. directory contains higher-level mumble support stuff.
  36.  
  37. We don't make extensive use of packages in our system.  Except for the
  38. low-level mumble support, everything is in the MUMBLE-USER package.
  39.  
  40.